home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
8bitfiles.net/archives
/
archives.tar
/
archives
/
compuserve-file-archive
/
05 Programming
/
ASTERI.SFX
/
disk.doc
< prev
next >
Wrap
Text File
|
1990-02-12
|
524b
|
31 lines
Disk interface commands (disk)
usage:
disk noun1 noun2 ... nounN
where the nouns consist of:
${filespec} Read directory
`{dos cmd} Send cmd, read err chan
?{filespec} Gets file from drive
*{filespec} Sends file to drive
examples:
disk $:*=p
(Lists PRoGrams on disk)
disk `s:"intro /tdu" `
(Scratches file, then reads the
error channel)
disk $ `v $
(Directory, validates, then dirs
again)
disk `s:.alias *.alias
(Updates the .alias file)